home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 5817 / 5817.xpi / chrome / locale / en-US / exim.dtd next >
Encoding:
Text File  |  2010-02-11  |  2.7 KB  |  48 lines

  1. <!ENTITY tablename     "Name of the Table:">
  2. <!ENTITY tablename.ak     "N">
  3.  
  4. <!ENTITY CSV     "CSV">
  5. <!ENTITY SQL     "SQL">
  6. <!ENTITY XML     "XML">
  7.  
  8. <!ENTITY csv.tableName     "Enter the name of the table in which data will be imported:">
  9. <!ENTITY Comma     "Comma">
  10. <!ENTITY Comma.ak     "C">
  11. <!ENTITY Semicolon     "Semicolon">
  12. <!ENTITY Pipe     "Pipe">
  13. <!ENTITY Tab     "Tab">
  14.  
  15. <!ENTITY csv.firstrow     "First row contains column names">
  16. <!ENTITY csv.separate     "Fields separated by">
  17. <!ENTITY csv.enclose     "Fields enclosed by">
  18.  
  19. <!ENTITY sql.settings     "SQL Settings">
  20. <!ENTITY sql.create     "Include CREATE TABLE statement">
  21. <!ENTITY sql.transaction     "BEGIN TRANSACTION/COMMIT statements should be used">
  22. <!ENTITY sql.transaction.desc     "If this option is checked, it is assumed that, in the selected file, the first and last statements are BEGIN TRANSACTION and COMMIT respectively. The extension will exclude these and execute all the remaining statements in a single transaction. If there are transaction related statements in between too these should be manually removed from the file before importing.">
  23.  
  24. <!ENTITY xml.type     "Include/Use Type as an attribute">
  25. <!ENTITY xml.type.desc     "Uncheck this option if you are importing data which does not contain this attribute. It is recommended to use this feature if you intend to export data using SQLite Manager. The extra information can then be used during import to distinguish strings, nulls, integers, etc. from each other.">
  26.  
  27. <!ENTITY importWizard             "Import Wizard">
  28. <!ENTITY eximDbName               "Database:">
  29. <!ENTITY eximDbName.ak            "D">
  30. <!ENTITY loading                  "(loading)">
  31. <!ENTITY eximFilename             "Select File">
  32. <!ENTITY eximFilename.ak          "S">
  33. <!ENTITY eximFileCharSet  "Character Encoding">
  34. <!ENTITY eximFileCharSet.ak  "h">
  35. <!ENTITY eximCsv_encloser.doublequotes.standard     "Double quotes ("), if necessary (Standard)">
  36. <!ENTITY eximCsv_encloser.doublequotes.standard.ak  "q">
  37. <!ENTITY eximCsv_encloser.doublequotes.always       "Double quotes ("), always">
  38. <!ENTITY eximCsv_encloser.singlequotes              "Single quotes (')">
  39. <!ENTITY eximCsv_encloser.other        "Other">
  40. <!ENTITY eximCsv-expSaveSetting        "Save CSV Export Settings">
  41. <!ENTITY eximCsv-expSaveSetting-tooltiptext "You can save these settings if you want 'Copy Rows as CSV' operations to use these settings.">
  42.  
  43. <!ENTITY eximXml_root-element          "Name of Root Element:">
  44. <!ENTITY eximXml_prefix-table-element  "Prefix this to Table Element:">
  45. <!ENTITY exim-exp-ok                   "OK">
  46. <!ENTITY exim-imp-ok                   "OK">
  47. <!ENTITY exim-cancel                   "Close Wizard">
  48.